Welcome![Sign In][Sign Up]
Location:
Search - anonymous pipe

Search list

[Process-ThreadNamedPipeClt

Description: 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on the merits and demerits
Platform: | Size: 29696 | Author: cq_3964 | Hits:

[Software Engineeringpipedoc

Description: 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creation of a process known as the Pipeline Pipeline server, connecting to a pipe to channel the process of the client. In a process to write to the pipeline, another process can pipeline from the other end to read out. Anonymous pipes (Anonymous Pipes) is the father of the child process and the process of one-way transmission of data not a Naming the channel and the local use of the computer, and may not be used for inter-network communications.
Platform: | Size: 6144 | Author: 王晓鹏 | Hits:

[OS programc_an_pipe_src

Description: 创建一个匿名管道的C++类CAnonymousPipe-Create an anonymous pipe C++ Category CAnonymousPipe
Platform: | Size: 15360 | Author: majie | Hits:

[OS programvcProcess

Description: 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-Demonstration of inter-process communication code in detail, the code in detail to demonstrate how to conduct efficient inter-process communication, as well as the anonymous pipe applications.
Platform: | Size: 237568 | Author: dandong | Hits:

[Windows DevelopSelectTime

Description: 1、创建一个基于单文档的应用程序 2、添加菜单及菜单项: 匿名管道 创建管道 读取数据 写入数据 -1, to create a single document based on the application 2, add the menu and menu items: Create anonymous pipe to read data into the data pipeline
Platform: | Size: 280576 | Author: hjw | Hits:

[Windows Developparent

Description: 1、创建一个基于单文档的应用程序 2、添加菜单及菜单项: 匿名管道 创建管道 读取数据 写入数据 -1, to create a single document based on the application 2, add the menu and menu items: Create anonymous pipe to read data into the data pipeline
Platform: | Size: 265216 | Author: hjw | Hits:

[Linux-Unixfifo_client

Description: 无名管道通信,进程间通信的一种方式。客户端程序部分-Anonymous pipe communication, a way of inter-process communication. Part of the client program
Platform: | Size: 1024 | Author: 孙贵强 | Hits:

[OS programpipe

Description: 匿名管道的实现,想学管道的朋友可以自己看一下-Anonymous pipe implementation, want to learn pipes friends can see it for herself
Platform: | Size: 3400704 | Author: wei | Hits:

[Process-Threadprocess-pipe

Description: 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of the anonymous pipe mechanism.
Platform: | Size: 84992 | Author: sss | Hits:

[Process-Threadpipe

Description: 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
Platform: | Size: 3761152 | Author: yuanzi | Hits:

[Windows Developprogramming

Description: VC++下对匿名管道的编程实现 VC + + programming under the anonymous pipe to achieve-VC++ programming under the anonymous pipe to achieve
Platform: | Size: 5120 | Author: longfnb | Hits:

[Internet-Networkapipe

Description: 類封裝了匿名管道IPC方法在Win32規定。 這個類提供了一個薄膠合板在SDK的空氣污染指數,這意味著所有的SDK中提供了豐富的可通過類。該類還提供自動清理,並啟用 Unicode的生成配置提供。 隨附的zip文件包含CAnonymousPipe源代碼,還包括一個簡單的風險投資 2005解決方案的編制和行使類。-The class encapsulates the Anonymous Pipe IPC method as provided in Win32. The class provides a thin veneer over the SDK API meaning that all the richness the SDK provides is available through the class. The class also provides auto cleanup and is UNICODE enabled with build configurations provided. The enclosed zip file contains the CAnonymousPipe source code and also includes a simple VC 2005 solution to compile and exercise the class.
Platform: | Size: 10240 | Author: 睡魔 | Hits:

[Linux-Unixcaozuoxitong2

Description: 创建无名管道,实现基于管道的进程间数据通信,掌握管道通信的方法及特征;并进一步理解互斥与同步的含义。-Create anonymous pipe, pipe-based inter-process data communication, control methods and characteristics of communication channels and further understanding of the meaning of mutual exclusion and synchronization.
Platform: | Size: 5120 | Author: 万静媛 | Hits:

[Windows DevelopCode

Description: 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed explanation of intertask communication four ways: the clipboard, anonymous pipe, named pipe and the mail slot. And the comparative analysis this several inter-process communication strengths and weaknesses.
Platform: | Size: 233472 | Author: 田海龙 | Hits:

[Communicationnimingguandao

Description: 匿名管道程序,其中包含服务器和客户端程序-Anonymous pipe program, which includes server and client programs
Platform: | Size: 471040 | Author: 梁伟 | Hits:

[Windows Developcniminggd

Description: 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。 -Anonymous pipe program testing source code, the definition of structure SECURITY_ATTRIBUTES variables, fill in the structure members, create an anonymous pipe, define and initialize the structure, filling in the structure of each member to read from the data in anonymous pipe, etc. .
Platform: | Size: 7168 | Author: 祝伟 | Hits:

[matlabniminggd

Description: C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。 -C++ source code program testing anonymous pipe, SECURITY_ATTRIBUTES variables defined structure, fill in the structure members, create an anonymous pipe, define and initialize the structure, filling in the structure of each member to read from the data in anonymous pipe and so on.
Platform: | Size: 6144 | Author: madud00005 | Hits:

[OS programExample055

Description: 在Visual C++下对匿名管道的编程实现的程序源码,感兴趣的可以参考下-In Visual C++ programming under the anonymous pipe to achieve the program source code, can refer interested
Platform: | Size: 24576 | Author: 方胜鹏 | Hits:

[Windows Developym_cpp-niminggd

Description: C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。 -C++ anonymous pipe program source code, and the test definition structure SECURITY_ATTRIBUTES structure, filling body variables in the body, create anonymous pipe each member, the definition and initialization structures, filling, structure, all members of the body, from anonymous pipe read data etc.
Platform: | Size: 11264 | Author: 汪林巍 | Hits:

[Process-Threadpipe

Description: 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures clipboard instance, mail slots, anonymous pipe, help the VC++ user base.
Platform: | Size: 2114560 | Author: MarkZar | Hits:
« 12 3 »

CodeBus www.codebus.net